From: Juanma Barranquero Date: Wed, 12 Feb 2003 15:44:40 +0000 (+0000) Subject: (Fdefmacro): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28302 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=776ae589a6eb0e592610c76c1bbc8868ef692471;p=emacs.git (Fdefmacro): Fix typo. --- diff --git a/src/eval.c b/src/eval.c index 9d63da194a8..373a9ad432b 100644 --- a/src/eval.c +++ b/src/eval.c @@ -664,7 +664,7 @@ The elements can look like this: (edebug DEBUG) Set NAME's `edebug-form-spec' property to DEBUG. (This is - equivalent to writing a `def-edebug-spec' for the macro. + equivalent to writing a `def-edebug-spec' for the macro.) usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */) (args) Lisp_Object args;